home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 1429 / readme.txt < prev    next >
Text File  |  1995-08-27  |  4KB  |  115 lines

  1. [ System-Click v1.0                   ]
  2.  
  3.  
  4. [ History                             ]
  5.  
  6. Ver     Description
  7. 0.5     Initial release.  Full Drag and Animated Windows.
  8. 0.6     Fixed problem with stray mouse clicks causing problems.
  9. 0.7     Added 'Clear Recent Documents', Help, and About.
  10. 1.0     Initial public release.
  11.  
  12.  
  13. [ Future                              ]
  14.  
  15. Implement Full Dragging on all systems, regardless of if Plus! is installed.
  16. In order to implement this effectively, the application would have to trap
  17. all mouse input.  In the event that a mouse event would cause a resize, the
  18. application would have to take control.  Any other mouse event would simply
  19. be passed off to the underlying application.  The application would also
  20. need to keep in sync with the SPI_GETFULLDRAG and SPI_SETFULLDRAG system
  21. parameter options.
  22.  
  23.  
  24. [ Overview                            ]
  25.  
  26. This little app runs resident in the Notification area.  It gives you
  27. control of some system options that are otherwise buried within other
  28. applications, or deep within the system registry.  Currently, this
  29. provides access to:
  30.  
  31. * Full Window Dragging
  32. * Animated Windows
  33. * Clear the recent documents list
  34.  
  35. More functionality can be added with out too much effort.  Let me know
  36. if you know of a system parameter that would be useful to be able to
  37. control at a single click.
  38.  
  39.  
  40. [ Functionality                       ]
  41.  
  42. With a single left mouse-click, it pops up a simple menu.  In this menu
  43. are currently up to 4 options:
  44.  
  45. 1.  Full Dragging
  46. 2.  Animated Windows
  47. 3.  Clear Recent Document List
  48. 4.  About...
  49. 5.  Help
  50.  
  51. 1.  Full Dragging
  52. If you have the Plus! pack installed, this menu option will appear.  With
  53. this item selected, dragging a window by its caption or resizing it will
  54. result in the entire window moving or resizing instead of only the rubber-
  55. band border appearing.
  56.  
  57. 2.  Animated Windows
  58. This feature comes standard in Win95.  Whenever you minimize, restore, or
  59. maximize a window, the window will 'grow' to its new position in an
  60. animated fashion.  I found this to be annoying, so now you can disable it
  61. with a single click.
  62.  
  63. 3.  Clear Recent Documents
  64. Under the Start menu there is an entry titled 'Documents' which, if clicked
  65. on, displays a list of the most recently used documents.  Typically an
  66. application will add an entry to that list if it uses a file.  Only native
  67. Win95 applications will do this (such as Word95, Notepad, etc.).  Clicking
  68. on an entry in this list will launch the corresponding application.  You can
  69. clear this list of all its entries via SysClk.
  70.  
  71. 4.  About...
  72. Self explanatory.
  73.  
  74. 5.  Help
  75. Self explanatory.
  76.  
  77.  
  78. [ Closing the Application             ]
  79.  
  80. To close the application, simply right double-click with the mouse.  The
  81. application will then close.  Any changes you made will be recorded in the
  82. system registry and will be in effect until you change them again.
  83.  
  84.  
  85. [ Launching at Startup                ]
  86. You can either create a shortcut to the application within the Startup
  87. menu (right-click on the Start button, then select Explore and then find
  88. your way to the startup program folder and create the shortcut) or append
  89. the name of the executable to the RUN= line in the [Windows] section of the
  90. WIN.INI.  For example:
  91.  
  92. [Windows]
  93. RUN = OTHERPROGRAM.EXE N:\TOOLS\WIN95\SYSCLK\SYSCLK.EXE
  94.  
  95.  
  96. [ Source Code                         ]
  97.  
  98. All of the source code is provided in this archive for reference.  Please
  99. do not modify the source and redistribute.  Notify me of any problems
  100. with the current implementation and I will try and fix them.
  101.  
  102. The comments in the source code may give a few insights as to how to
  103. effectively use the Notification Area of the Win95 Taskbar.
  104.  
  105.  
  106. [ Contacting the Author               ]
  107.  
  108. Author:   James P. Ketrenos
  109. Snail :   19000 NW Evergreen Pkwy #139
  110.           Hillsboro, OR   97124
  111.  
  112. E-Mail:   JamesX_Ketrenos@ccm.jf.intel.com
  113.  
  114.  
  115.